Unzip the AppDev Pack from HCL
• Unzip the AppDev Pack in a directory of your choice
• Go to the directory which contains the package subdirectory
• Issue the command
npm install –g package
• If everything is ok, you will see a new directory being created at a
/usr/local/lib/node_modules/@domino directory
• A /usr/local/lib/node_modules/@domino/domino-db subdirectory is also created which is a
symbolic link to where the package subdirectory is located
• You may want to avoid the symbolic link and have the content of the package directory physically
deployed inside the new /usr/local/lib/node_modules/@domino/domino-db directory
• Now, the HCL AppDev Pack is installed on your local machine